type reflect.textOff

6 uses

	reflect (current package)
		type.go#L335: 	ifn  textOff // fn used in interface call (one-word receiver)
		type.go#L336: 	tfn  textOff // fn used for normal method call
		type.go#L720: func resolveReflectText(ptr unsafe.Pointer) textOff {
		type.go#L721: 	return textOff(addReflectOff(ptr))
		type.go#L726: type textOff int32 // offset from top of text section
		type.go#L736: func (t *rtype) textOff(off textOff) unsafe.Pointer {